From 94f2402e0907cdfdc7af8c2453120395f2fa807e Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 12 Jun 2004 10:15:11 +0000 Subject: [PATCH] (completion-ignored-extensions): Add file extensions of Python byte-compiled files. --- lisp/bindings.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/bindings.el b/lisp/bindings.el index a46026e30d3..b3ea8e562ac 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -524,7 +524,9 @@ is okay. See `mode-line-format'.") ;; files you do want to see, not just TeX stuff. -- fx ".toc" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" - ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs"))) + ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs" + ;; Python byte-compiled + ".pyc" ".pyo"))) ;; Suffixes used for executables. (setq exec-suffixes -- 2.30.2